Alignment Constants Reference

Declared in CpclCommand.h

Alignment

@enum Alignment

对齐方式(alignment)

Definition

typedef NS_ENUM(NSUInteger, Alignment ) {
   ALIGNMENT_CENTER,
   ALIGNMENT_LEFT,
   ALIGNMENT_RIGHT,
};

Constants

ALIGNMENT_CENTER

居中对齐所有后续字段(Center to align all subsequent fields)

Declared In CpclCommand.h.

ALIGNMENT_LEFT

左对齐所有后续字段(Left align all subsequent fields)

Declared In CpclCommand.h.

ALIGNMENT_RIGHT

右对齐所有后续字段(Right-align all subsequent fields)

Declared In CpclCommand.h.

Declared In

CpclCommand.h